HipGameObject

Undocumented in source.

Constructors

this
this(string tag)
Undocumented in source.

Members

Functions

addChild
void addChild(HipGameObject go)
Undocumented in source. Be warned that the author may not have intended to support it.
addComponent
HipComponent addComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
getComponent
T getComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
removeComponent
void removeComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ComponentSpecialization!(HipSpriteRendererComponent)
Undocumented in source.

Variables

children
HipGameObject[] children;
Undocumented in source.
components
HipComponent[] components;
Undocumented in source.
id
ulong id;
Undocumented in source.
isActive
bool isActive;
Undocumented in source.
parent
HipGameObject parent;
Undocumented in source.
tag
string tag;
Undocumented in source.

Mixed In Members

From mixin ComponentSpecialization!(HipSpriteRendererComponent)

addComponent
HipComponent addComponent()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta